Parameters
- source
- The tree traversable to be converted to an enumerable.
- treeTraversalType
- Type of algorithm used to traverse nodes of a tree.
Type Parameters
- T
- The type of objects to traverse.
Return Value
Returns a sequence of tree nodes created by visiting the nodes of source using the traversal algorithm specified by OpcLabs.BaseLib.Graphs.TreeTraversalType.